home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap04 / howto04 / ccprnmgr.dfm / ccprnmgr.txt
Encoding:
Text File  |  1995-11-26  |  16.1 KB  |  451 lines

  1. object CCPrintForm: TCCPrintForm
  2.   Left = 361
  3.   Top = 135
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Printer Manager'
  7.   ClientHeight = 341
  8.   ClientWidth = 420
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 225
  20.     Height = 17
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Available Printers'
  24.   end
  25.   object Bevel1: TBevel
  26.     Left = 256
  27.     Top = 32
  28.     Width = 153
  29.     Height = 97
  30.   end
  31.   object Label2: TLabel
  32.     Left = 248
  33.     Top = 8
  34.     Width = 161
  35.     Height = 17
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'Printer Capabilities'
  39.   end
  40.   object Label3: TLabel
  41.     Left = 24
  42.     Top = 104
  43.     Width = 201
  44.     Height = 17
  45.     Alignment = taCenter
  46.     AutoSize = False
  47.     Caption = 'Current Printer'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 24
  51.     Top = 120
  52.     Width = 201
  53.     Height = 17
  54.     Alignment = taCenter
  55.     AutoSize = False
  56.     Caption = 'Epson Stylus Color on LPT1'
  57.   end
  58.   object Bevel2: TBevel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 225
  62.     Height = 49
  63.   end
  64.   object Label5: TLabel
  65.     Left = 8
  66.     Top = 256
  67.     Width = 217
  68.     Height = 16
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = 'Current Status'
  72.   end
  73.   object Label6: TLabel
  74.     Left = 16
  75.     Top = 272
  76.     Width = 201
  77.     Height = 17
  78.     Alignment = taCenter
  79.     AutoSize = False
  80.     Caption = 'Idle'
  81.   end
  82.   object Bevel3: TBevel
  83.     Left = 8
  84.     Top = 256
  85.     Width = 225
  86.     Height = 33
  87.   end
  88.   object Label7: TLabel
  89.     Left = 248
  90.     Top = 144
  91.     Width = 161
  92.     Height = 16
  93.     Alignment = taCenter
  94.     AutoSize = False
  95.     Caption = 'Files to be Printed'
  96.   end
  97.   object Label8: TLabel
  98.     Left = 264
  99.     Top = 72
  100.     Width = 137
  101.     Height = 16
  102.     Alignment = taCenter
  103.     AutoSize = False
  104.     Caption = 'Color Capable'
  105.   end
  106.   object Label9: TLabel
  107.     Left = 264
  108.     Top = 40
  109.     Width = 137
  110.     Height = 16
  111.     Alignment = taCenter
  112.     AutoSize = False
  113.     Caption = 'Graphics Capable'
  114.   end
  115.   object Label10: TLabel
  116.     Left = 264
  117.     Top = 104
  118.     Width = 137
  119.     Height = 16
  120.     Alignment = taCenter
  121.     AutoSize = False
  122.     Caption = 'Resolution: 720 dpi'
  123.   end
  124.   object Label11: TLabel
  125.     Left = 16
  126.     Top = 136
  127.     Width = 209
  128.     Height = 16
  129.     Alignment = taCenter
  130.     AutoSize = False
  131.     Caption = 'Width : 8000  Height: 11000'
  132.   end
  133.   object ComboBox1: TComboBox
  134.     Left = 8
  135.     Top = 32
  136.     Width = 241
  137.     Height = 24
  138.     ItemHeight = 16
  139.     TabOrder = 0
  140.   end
  141.   object BitBtn1: TBitBtn
  142.     Left = 8
  143.     Top = 64
  144.     Width = 81
  145.     Height = 33
  146.     Caption = 'Default'
  147.     TabOrder = 1
  148.     OnClick = BitBtn1Click
  149.     Glyph.Data = {
  150.       78010000424D7801000000000000760000002800000020000000100000000100
  151.       04000000000000000000120B0000120B00000000000000000000000000000000
  152.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  153.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  154.       3333333333FFFFF3333333333000003333333333F777773FF333333008F88800
  155.       33333337733333773F33330FFF8F888F033333733333333373F330DEFFF8F8FE
  156.       D03337F33333333337F330DDEFFFFFEDD0333733333FFF33373F0BBFDE000EDF
  157.       BB037F33337773F3337F0AABB08880BBAA037F3337F3F7F3337F0EEAA08080AA
  158.       EE037F3337F737F3337F0AABB08880BBAA037F33373FF733337F0BBFDE000EDB
  159.       BB0373F333777333337330DDEFFFFFEDD03337F33333333337F330DEF8F8FFFE
  160.       D033373F333333333733330FFF8F8FFF03333373FF33333F733333300FF8F800
  161.       3333333773FFFF773333333330000033333333333777773333330000}
  162.     NumGlyphs = 2
  163.   end
  164.   object BitBtn3: TBitBtn
  165.     Left = 8
  166.     Top = 304
  167.     Width = 225
  168.     Height = 33
  169.     Caption = '&Close'
  170.     ModalResult = 1
  171.     TabOrder = 2
  172.     Glyph.Data = {
  173.       CE070000424DCE07000000000000360000002800000024000000120000000100
  174.       1800000000009807000000000000000000000000000000000000008080808080
  175.       808080808080808080808080808080808080808080808080C0C0C0C0C0C0F8F8
  176.       F8C0C0C0F8F8F8C0C0C0808080C0C0C0F8F8F880808080808080808080808080
  177.       8080808080808080808080808080808080008080008080008080008080008080
  178.       008080F8F8F88000008000008000008000008000000000000000008080808080
  179.       80808080F8F8F8F8F8F8F8F8F880000080000080000080000080000080808080
  180.       8080808080808080808080808080808080808080808080808080F8F8F8008080
  181.       008080008080F8F8F8F8F8F8808080F8F8F80080800080800080800080808000
  182.       00F800F8800080000000000000C0C0C0F8F8F8F8F8F8F8F8F880000000808000
  183.       8080008080008080808080808080808080808080808080808080808080808080
  184.       808080808080008080008080008080808080808080808080808080F8F8F80080
  185.       80008080008080008080800000800080F800F8800080000000F8F8F8F8F8F8F8
  186.       F8F8F8F8F8800000008080008080008080008080008080008080008080008080
  187.       808080F8F8F8808080808080808080F8F8F8008080008080008080808080F8F8
  188.       F8008080008080F8F8F8008080008080008080008080800000F800F8800080F8
  189.       00F8000000F8F8F8F8F8F8F8F8F8F8F8F8800000008080008080008080008080
  190.       008080008080008080008080808080808080C0C0C0808080808080F8F8F80080
  191.       80008080008080808080F8F8F8008080008080F8F8F800808000808000808000
  192.       8080800000800080F800F8800080000000F8F8F8F8F800F8F8F8F8F800800000
  193.       008080008080008080008080008080008080008080008080808080F8F8F88080
  194.       80C0C0C0808080F8F8F8008080008080008080808080F8F8F8008080008080F8
  195.       F8F8008080008080008080008080800000F800F8800080F800F8000000F8F8F8
  196.       F8F8F8F8F8F8F8F8F88000000080800080800080800080800080800080800080
  197.       80008080808080808080C0C0C0808080808080F8F8F800808000808000808080
  198.       8080F8F8F8008080008080F8F8F8008080008080008080008080800000800080
  199.       F800F8800080000000F8F8F8F8F800F8F8F8F8F8008000000080800080800080
  200.       80008080008080008080008080008080808080F8F8F8808080C0C0C0808080F8
  201.       F8F8008080008080008080808080F8F8F8008080008080F8F8F8008080008080
  202.       008080008080800000F800F8800080F800F8000000F8F8F8F8F8F8F8F8F8F8F8
  203.       F880000000808000808000808000808000808000808000808000808080808080
  204.       8080C0C0C0808080808080F8F8F8008080008080008080808080F8F8F8008080
  205.       008080F8F8F8008080008080008080008080800000800080F800F88000800000
  206.       00F8F8F8F8F800F8F8F8F8F80080000000808000808000808000808000808000
  207.       8080008080008080808080F8F8F8808080C0C0C0808080F8F8F8008080008080
  208.       008080808080F8F8F8008080008080F8F8F80080800080800080800080808000
  209.       00F800F8800080F800F8000000F8F800F8F8F8F8F800F8F8F880000000808000
  210.       8080008080008080008080008080008080008080808080808080C0C0C0808080
  211.       808080F8F8F8008080008080008080808080F8F8F8008080008080F8F8F80080
  212.       80008080008080008080800000800080F800F8800080000000F8F8F8F8F800F8
  213.       F8F8F8F800800000008080008080008080008080008080008080008080008080
  214.       808080F8F8F8808080C0C0C0808080F8F8F8008080008080008080808080F8F8
  215.       F8008080008080F8F8F8008080008080008080008080800000F800F8800080F8
  216.       00F8000000F8F800F8F8F8F8F800F8F8F8800000008080008080008080008080
  217.       008080008080008080008080808080808080C0C0C0808080808080F8F8F80080
  218.       80008080008080808080F8F8F8008080008080F8F8F800808000808000808000
  219.       8080800000800000800000800000800000800000800000800000800000800000
  220.       008080008080008080008080008080008080008080008080808080F8F8F88080
  221.       80F8F8F8808080F8F8F8F8F8F8F8F8F8F8F8F8808080F8F8F8008080008080F8
  222.       F8F8008080008080008080008080008080008080008080008080008080008080
  223.       0080800080800080800080800080800080800080800080800080800080800080
  224.       8000808080808080808080808080808080808080808080808080808080808080
  225.       8080008080008080008080F8F8F8008080008080008080008080008080008080
  226.       0000000000000000000000000000000000000080800080800080800080800080
  227.       80008080008080008080008080008080008080008080008080F8F8F8F8F8F8F8
  228.       F8F8F8F8F8F8F8F8F8F8F8008080008080008080008080F8F8F8008080008080
  229.       00808000808000808000808000000000F80000F80000F80000F8000000000080
  230.       8000808000808000808000808000808000808000808000808000808000808000
  231.       8080808080808080808080808080808080808080F8F8F8008080008080008080
  232.       008080F8F8F80080800080800080800080800080800080800000000000000000
  233.       0000000000000000000000808000808000808000808000808000808000808000
  234.       8080008080008080008080008080808080F8F8F8F8F8F8F8F8F8F8F8F8808080
  235.       F8F8F8008080008080008080008080F8F8F8}
  236.     NumGlyphs = 2
  237.   end
  238.   object BitBtn4: TBitBtn
  239.     Left = 240
  240.     Top = 264
  241.     Width = 81
  242.     Height = 73
  243.     TabOrder = 3
  244.     OnClick = BitBtn4Click
  245.     Kind = bkAbort
  246.   end
  247.   object ListBox1: TListBox
  248.     Left = 248
  249.     Top = 168
  250.     Width = 169
  251.     Height = 89
  252.     ItemHeight = 16
  253.     TabOrder = 4
  254.   end
  255.   object BitBtn6: TBitBtn
  256.     Left = 96
  257.     Top = 64
  258.     Width = 65
  259.     Height = 33
  260.     Caption = 'Print'
  261.     TabOrder = 5
  262.     OnClick = BitBtn6Click
  263.     Glyph.Data = {
  264.       78010000424D7801000000000000760000002800000020000000100000000100
  265.       04000000000000000000120B0000120B00000000000000000000000000000000
  266.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  267.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  268.       0003377777777777777308888888888888807F33333333333337088888888888
  269.       88807FFFFFFFFFFFFFF7000000000000000077777777777777770F8F8F8F8F8F
  270.       8F807F333333333333F708F8F8F8F8F8F9F07F333333333337370F8F8F8F8F8F
  271.       8F807FFFFFFFFFFFFFF7000000000000000077777777777777773330FFFFFFFF
  272.       03333337F3FFFF3F7F333330F0000F0F03333337F77773737F333330FFFFFFFF
  273.       03333337F3FF3FFF7F333330F00F000003333337F773777773333330FFFF0FF0
  274.       33333337F3F37F3733333330F08F0F0333333337F7337F7333333330FFFF0033
  275.       33333337FFFF77333333333000000333333333377777733333330000}
  276.     NumGlyphs = 2
  277.   end
  278.   object BitBtn7: TBitBtn
  279.     Left = 8
  280.     Top = 216
  281.     Width = 105
  282.     Height = 33
  283.     Caption = 'Setup'
  284.     TabOrder = 6
  285.     OnClick = BitBtn7Click
  286.     Glyph.Data = {
  287.       78010000424D7801000000000000760000002800000020000000100000000100
  288.       04000000000000000000120B0000120B00000000000000000000000000000000
  289.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  290.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555550FF0559
  291.       1950555FF75F7557F7F757000FF055591903557775F75557F77570FFFF055559
  292.       1933575FF57F5557F7FF0F00FF05555919337F775F7F5557F7F700550F055559
  293.       193577557F7F55F7577F07550F0555999995755575755F7FFF7F5570F0755011
  294.       11155557F755F777777555000755033305555577755F75F77F55555555503335
  295.       0555555FF5F75F757F5555005503335505555577FF75F7557F55505050333555
  296.       05555757F75F75557F5505000333555505557F777FF755557F55000000355557
  297.       07557777777F55557F5555000005555707555577777FF5557F55553000075557
  298.       0755557F7777FFF57555553350000055555555775777775555550000}
  299.     NumGlyphs = 2
  300.   end
  301.   object BitBtn8: TBitBtn
  302.     Left = 120
  303.     Top = 216
  304.     Width = 113
  305.     Height = 33
  306.     Caption = 'Print Mgr'
  307.     TabOrder = 7
  308.     OnClick = BitBtn8Click
  309.     Glyph.Data = {
  310.       78010000424D7801000000000000760000002800000020000000100000000100
  311.       04000000000000000000120B0000120B00000000000000000000000000000000
  312.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  313.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  314.       3333333333333333333333333333333333333333333333333333333333333333
  315.       33333FFFFFFFFFFFFFFF000000000000000077777777777777770F7777777777
  316.       77707F3F3333333333370F988888888888707F733FFFFFFFF3370F8800000000
  317.       88707F337777777733370F888888888888707F333FFFFFFFF3370F8800000000
  318.       88707F337777777733370F888888888888707F333333333333370F8888888888
  319.       88707F333333333333370FFFFFFFFFFFFFF07FFFFFFFFFFFFFF7000000000000
  320.       0000777777777777777733333333333333333333333333333333333333333333
  321.       33333333333333333333333333333333333333333333333333330000}
  322.     NumGlyphs = 2
  323.   end
  324.   object RadioGroup1: TRadioGroup
  325.     Left = 8
  326.     Top = 160
  327.     Width = 113
  328.     Height = 49
  329.     Caption = 'Orientation'
  330.     ItemIndex = 0
  331.     Items.Strings = (
  332.       'Portrait'
  333.       'Landscape')
  334.     TabOrder = 8
  335.     OnClick = RadioGroup1Click
  336.   end
  337.   object BitBtn9: TBitBtn
  338.     Left = 128
  339.     Top = 168
  340.     Width = 105
  341.     Height = 33
  342.     Caption = 'Fonts'
  343.     TabOrder = 9
  344.     OnClick = BitBtn9Click
  345.     Glyph.Data = {
  346.       76010000424D7601000000000000760000002800000020000000100000000100
  347.       04000000000000010000130B0000130B00000000000000000000000000000000
  348.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  349.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  350.       3333333333333333333333333333333333333FF3FFFFFFF33FFF003000000033
  351.       0000773777777733777703330033033330037FFF77F37F33377F700007330333
  352.       3003777777337FFFF77F303003337000007337F77F3377777773303073333033
  353.       003337F77F3337F377F337007333303300333777733337FF77F3330033333703
  354.       07333377F333377F7733330733333300033333773FF3F3777F33333399393300
  355.       033333337737FF777F333333339993307333333333777FF77333333333999930
  356.       3333333333777737333333333333333333333333333333333333333333333333
  357.       3333333333333333333333333333333333333333333333333333}
  358.     NumGlyphs = 2
  359.   end
  360.   object BitBtn10: TBitBtn
  361.     Left = 328
  362.     Top = 264
  363.     Width = 89
  364.     Height = 33
  365.     Caption = 'Screen'
  366.     ModalResult = 3
  367.     TabOrder = 10
  368.     Glyph.Data = {
  369.       78010000424D7801000000000000760000002800000020000000100000000100
  370.       04000000000000000000120B0000120B00000000000000000000000000000000
  371.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  372.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  373.       0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  374.       00007777777777777777933393303933337073F37F37F73F3377393393303393
  375.       379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  376.       93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  377.       999037777337F377777793993330333393307377FF37F3337FF7333993303333
  378.       993033377F37F33377F7333993303333993033377337F3337737333333303333
  379.       33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  380.       03037F7F7F7F7F7F7F7F000000000000000077777777777777770000}
  381.     NumGlyphs = 2
  382.   end
  383.   object BitBtn11: TBitBtn
  384.     Left = 328
  385.     Top = 304
  386.     Width = 89
  387.     Height = 33
  388.     Caption = 'Preview'
  389.     ModalResult = 3
  390.     TabOrder = 11
  391.     Glyph.Data = {
  392.       76010000424D7601000000000000760000002800000020000000100000000100
  393.       04000000000000010000130B0000130B00000000000000000000000000000000
  394.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  395.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  396.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  397.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  398.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  399.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  400.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  401.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  402.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  403.       3BB33773333773333773B333333B3333333B7333333733333337}
  404.     NumGlyphs = 2
  405.   end
  406.   object BitBtn12: TBitBtn
  407.     Left = 168
  408.     Top = 64
  409.     Width = 65
  410.     Height = 33
  411.     Caption = 'File'
  412.     ModalResult = 3
  413.     TabOrder = 12
  414.     Glyph.Data = {
  415.       76010000424D7601000000000000760000002800000020000000100000000100
  416.       04000000000000010000130B0000130B00000000000000000000000000000000
  417.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  418.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333330070
  419.       7700333333337777777733333333008088003333333377F73377333333330088
  420.       88003333333377FFFF7733333333000000003FFFFFFF77777777000000000000
  421.       000077777777777777770FFFFFFF0FFFFFF07F3333337F3333370FFFFFFF0FFF
  422.       FFF07F3FF3FF7FFFFFF70F00F0080CCC9CC07F773773777777770FFFFFFFF039
  423.       99337F3FFFF3F7F777F30F0000F0F09999937F7777373777777F0FFFFFFFF999
  424.       99997F3FF3FFF77777770F00F000003999337F773777773777F30FFFF0FF0339
  425.       99337F3FF7F3733777F30F08F0F0337999337F7737F73F7777330FFFF0039999
  426.       93337FFFF7737777733300000033333333337777773333333333}
  427.     NumGlyphs = 2
  428.   end
  429.   object FontDialog1: TFontDialog
  430.     Font.Color = clWindowText
  431.     Font.Height = -13
  432.     Font.Name = 'System'
  433.     Font.Style = []
  434.     Device = fdPrinter
  435.     MinFontSize = 0
  436.     MaxFontSize = 0
  437.     Left = 312
  438.     Top = 200
  439.   end
  440.   object PrintDialog1: TPrintDialog
  441.     Options = [poPrintToFile, poWarning]
  442.     PrintToFile = True
  443.     Left = 344
  444.     Top = 200
  445.   end
  446.   object PrinterSetupDialog1: TPrinterSetupDialog
  447.     Left = 280
  448.     Top = 200
  449.   end
  450. end
  451.